Skip to content

Main cleanup - #389

Closed
coreyqh wants to merge 69 commits into
openquantumhardware:mainfrom
coreyqh:main_cleanup
Closed

Main cleanup#389
coreyqh wants to merge 69 commits into
openquantumhardware:mainfrom
coreyqh:main_cleanup

Conversation

@coreyqh

@coreyqh coreyqh commented Feb 17, 2026

Copy link
Copy Markdown

This brings our main branch up to date with the upstream openquantumhardware/main branch, as well as concentrates all of our work in the emulator directory.

Future PRs will have to pull this one and refactor changes to contain our changes to emulator/

The easiest way to do this is by adding the openquantumhardware repo as a remote reference and using git diff

Just once do this:

git remote add https://github.com/openquantumhardware/qick.git openquantumhardware

And then to check whats different do this:

git diff openquantumhardware/main --name-only

This will tell you which files in your working repo differ from the clean openquantumhardware, and it will be our responsibility to ensure that (to the absolute greatest degree possible) only files in the emulator/ directory show up.

coreyqh and others added 30 commits October 6, 2025 17:59
FIFO VHDL to SV translation and testbench
Signal Generator - VHDL to SystemVerilog Translation
Behavioral XPM FIFO model and various houskeeping
jesliu-27 and others added 28 commits October 14, 2025 00:26
Fifos match except for strange out of reset behavior
…book-to-use-as-reference-to-verify-emulator

[hrl-labs-clinic-25-26#46] Added Andrew's demo notebook
@coreyqh

coreyqh commented Feb 17, 2026

Copy link
Copy Markdown
Author

Opened against the wrong repo, meant to be against a fork. Forgive me and disregard

@coreyqh coreyqh closed this Feb 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants